Skip to main content
GET
/
v1
/
domains
/
availability
/
check
[Domains] Check domain availability
curl --request GET \
  --url https://api.onetsolutions.net/v1/domains/availability/check \
  --header 'Authorization: Bearer <token>'
{
  "domain_name": "<string>",
  "available": true,
  "tld": "<string>",
  "price": "<string>",
  "suggestions": [
    {
      "domain_name": "<string>",
      "tld": "<string>",
      "available": true,
      "price": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Query Parameters

domain
string
required

Domain name to check (e.g., example.com)

Response

Domain availability check completed successfully

domain_name
string
required
available
boolean
required
tld
string
required
price
string | null
required
Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$
suggestions
object[]
required